summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/pq/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/procurement/(procurement)/pq/page.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/pq/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/procurement/(procurement)/pq/page.tsx b/app/[lng]/procurement/(procurement)/pq/page.tsx
index 46b22b12..0274dc9f 100644
--- a/app/[lng]/procurement/(procurement)/pq/page.tsx
+++ b/app/[lng]/procurement/(procurement)/pq/page.tsx
@@ -34,12 +34,12 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between space-y-2">
<div>
<h2 className="text-2xl font-bold tracking-tight">
- Pre-Qualification Review
+ PQ 관리
</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
벤더가 제출한 PQ를 확인하고 수정 요청 등을 할 수 있으며 PQ 종료 후에는 통과 여부를 결정할 수 있습니다.
- </p>
+ </p> */}
</div>
</div>
</div>